home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmSplash
- BorderStyle = 3 'Fixed Dialog
- ClientHeight = 3330
- ClientLeft = 1200
- ClientTop = 1200
- ClientWidth = 6105
- ControlBox = 0 'False
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- Moveable = 0 'False
- ScaleHeight = 3330
- ScaleWidth = 6105
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Visible = 0 'False
- Begin VB.Frame fraMainFrame
- Height = 3255
- Left = 120
- TabIndex = 0
- Top = 0
- Width = 5865
- Begin VB.Label Label1
- Caption = "achinth@usa.net"
- BeginProperty Font
- Name = "Arial"
- Size = 12
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00C00000&
- Height = 330
- Left = 2790
- TabIndex = 6
- Tag = "Company"
- Top = 2775
- Width = 1995
- End
- Begin VB.Image Image1
- Height = 1485
- Left = 225
- Picture = "frmSplash.frx":0000
- Top = 300
- Width = 1485
- End
- Begin VB.Label lblProductName
- AutoSize = -1 'True
- Caption = "Games"
- BeginProperty Font
- Name = "Arial"
- Size = 32.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00FF0000&
- Height = 615
- Left = 2640
- TabIndex = 5
- Tag = "Product"
- Top = 360
- Width = 2145
- End
- Begin VB.Label lblPlatform
- Alignment = 1 'Right Justify
- AutoSize = -1 'True
- Caption = "Win 95/98"
- BeginProperty Font
- Name = "Arial"
- Size = 15.75
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 375
- Left = 3000
- TabIndex = 4
- Tag = "Platform"
- Top = 1320
- Width = 1485
- End
- Begin VB.Label lblVersion
- Alignment = 1 'Right Justify
- AutoSize = -1 'True
- Caption = "Version 1.0.0"
- BeginProperty Font
- Name = "Arial"
- Size = 12
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00800080&
- Height = 285
- Left = 3000
- TabIndex = 3
- Tag = "Version"
- Top = 1080
- Width = 1470
- End
- Begin VB.Label lblCompany
- Caption = "Achinth G Anand"
- BeginProperty Font
- Name = "Arial"
- Size = 12
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H000000C0&
- Height = 255
- Left = 2790
- TabIndex = 2
- Tag = "Company"
- Top = 2490
- Width = 2415
- End
- Begin VB.Label lblCopyright
- Caption = "Developed by "
- BeginProperty Font
- Name = "Arial"
- Size = 12
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 3045
- TabIndex = 1
- Tag = "Copyright"
- Top = 2190
- Width = 1500
- End
- End
- Attribute VB_Name = "frmSplash"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
-